const github.com/klauspost/compress/zstd.betterLongTableShardSize

3 uses

	github.com/klauspost/compress/zstd (current package)
		enc_better.go#L23: 	betterLongTableShardSize = betterLongTableSize / betterLongTableShardCnt // Size of an individual shard
		enc_better.go#L1211: 		const shardSize = betterLongTableShardSize
		enc_better.go#L1233: 	e.longTableShardDirty[entryNum/betterLongTableShardSize] = true